home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFRMREGCODES / TFRMREGCODES.txt
Text File  |  1999-09-08  |  2KB  |  87 lines

  1. object frmRegCodes: TfrmRegCodes
  2.   Left = 249
  3.   Top = 248
  4.   Width = 320
  5.   Height = 145
  6.   BorderIcons = []
  7.   Caption = 'Enter Registration Codes'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblCode: TLabel
  20.     Left = 12
  21.     Top = 52
  22.     Width = 106
  23.     Height = 13
  24.     Caption = 'Registration Code:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object lblName: TLabel
  33.     Left = 12
  34.     Top = 20
  35.     Width = 71
  36.     Height = 13
  37.     Caption = 'Computer ID'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 144
  47.     Top = 84
  48.     Width = 75
  49.     Height = 25
  50.     Hint = 'Cancel registration'
  51.     Caption = 'Cancel'
  52.     TabOrder = 3
  53.     OnClick = RegistrationCancel
  54.   end
  55.   object btnFinish: TButton
  56.     Left = 228
  57.     Top = 84
  58.     Width = 75
  59.     Height = 25
  60.     Hint = 'Finish registration'
  61.     Caption = 'Finish'
  62.     TabOrder = 2
  63.     OnClick = RegistrationFinish
  64.   end
  65.   object edtName: TEdit
  66.     Left = 124
  67.     Top = 16
  68.     Width = 177
  69.     Height = 21
  70.     CharCase = ecUpperCase
  71.     Color = clSilver
  72.     ReadOnly = True
  73.     TabOrder = 0
  74.     OnKeyPress = PressEnterKey
  75.   end
  76.   object edtCode2: TEdit
  77.     Left = 124
  78.     Top = 48
  79.     Width = 177
  80.     Height = 21
  81.     CharCase = ecUpperCase
  82.     MaxLength = 12
  83.     TabOrder = 1
  84.     OnKeyPress = PressEnterKey
  85.   end
  86. end
  87.